CvsMetadataDefinition
The CvsMetadataDefinition element specifies the format version, the time the file was modified, and the person who modified it. It is the parent element for all CvsMetadata elements.
Properties
The following table lists and describes the properties of the CvsMetadataDefinition element.
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
Yes |
|
Number of Instances Allowed |
1 |
|
Requires End Tag |
Yes |
|
Parent Element |
none |
|
Child Elements |
|
|
Attributes |
formatversion modifiedtime modifiedby |
Attributes
The following table lists and describes attributes generally applicable to the CvsMetadataDefinition element.
| Attribute | Description |
|---|---|
|
formatversion |
Specifies the version of the metadata file. |
|
modifiedtime |
Specifies when the file was last modified. |
|
modifiedby |
Specifies who modified the file. |
Example
|
<CvsMetadataDefinition formatversion="1.1" modifiedtime="6/01/07 12:00:00" modifiedby="CygNet Engineering"> <CygNetStandardMetadata/> </CvsMetadataDefinition> |

